Click or drag to resize

OptionsRequire Property

Gets Require header field. The Require header field is used to tell the client about options that the sender expects the client to support in order to process the request. The Require header field contains a list of option tags. Each option tag defines a SIP extension that must be understood to process the request. Frequently, this is used to indicate that a specific set of extension header fields need to be understood.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string Require { get; }

Property Value

Type: String
See Also